Showing posts with label Blog-tips. Show all posts
Showing posts with label Blog-tips. Show all posts

Thursday, February 21, 2013

How to insert your slideshow through picasa

How to insert your slideshow:

Go to Picasa Web Albums (http://picasaweb.google.com/home), and log in with the Google account that owns (or you want to own) the album.

  1. Check that you have already uploaded the album you want from your PC to Picasa-web-albums.
    (and if you haven't, go back to Picasa and upload it now)
  2. Choose an album by clicking on it.
    The album view opens, showing you a thumbnail of all the photos in it on the left of the screen. On the right of the screen, there is a sidebar of useful tools.
  3. Under the Edit drop-down (the one in the album, not the edit menu in the browser), check that Visibility is set to either "Anyone with the Link" or "Public on the web"
  4. Click on "Link to this Album"  (currently it's in a small font, 3/4 of the way down the right-hand sidebar - this may change if Picasa changes its interface)
  5. Click on "Embed Slideshow"  (currently this shows up underneath "Link ... " - and only AFTER you've clicked link...)
    This opens a new dialog box, over the top of your current browser window.



  6. Fill in the details you want
    (slideshow size, whether or not to show captions and to autoplay the slides, etc)
  7. Copy the HTML from the box at the bottom of the left hand-side (the one labelled "Copy and paste ..."
  8. Go to Blogger and log in with a Google account that has rights to edit the the blog - note that this doesn't need to be the same account that owns the Picasa album.
  9. You can put the code that you copied into your blog in the same way you would adding any other 3rd party HTML to it.

Tuesday, February 19, 2013

How to create scrolling text in blog

If you want to add a scrolling text in your blogger than procced the following process:
1. open blog and log in
2. click layout
3.  click on of the "add widget"
4. find the HTML/jave script widget
5. leave title empty
6. paste the given html code in below box

<!-- Scrolling Text generated by www.merokalama.blogspot.com ....shree krishna--> <style type="text/css"><br />.html-marquee {height:25px;width:1500px;background-color:CC0000;font-family:Cursive;font-size:14pt;color:FFFFFF;border-width:2;border-style:solid;border-color:660000;}<br /></style>
<marquee class="html-marquee" direction="left" behavior="scroll" scrollamount="8">सम्पूर्ण महानुभावहरुलाई म मेरो यस ब्लग मा हार्दिक स्वागत गर्न चाहान्छु। तपाइलाई मेरो ब्लग हेरिसकेपछि मनमा  लागेका जिज्ञासा तथा केहि सुझाव  भए मन  खोलेर लेख्नुहुन म हार्दिक अनुरोध गर्दछु। </marquee>--&gt;

7. replace the fonts written in nepali language and write as you want
8. save it and view blog

Monday, October 1, 2012

How to add moving national(nepali) flag in your blog?

Please copy this code given below in your blog for this:
1. Go to your dashboard
2.Click layout option
3. Click the "add widget"
4. Choose the "HTML/Java Script" widget
5. Type the given link on the compose box
6. Then save it and view your blog






HAPPY BLOGGING
shree krishna adhikari

Tuesday, February 21, 2012

How to attach the files like pdf, doc, ppt etc in your blogger?

For this follow instruction here:
  • Click scribd and sign in with your facebook id.
  • Then find Upload tab at right corner at top
  • Then click upoad tab and upload your file. sometime ppt file is not upload from there for that drag your file directly to drag region
  • After uploading fill the requirement there
  • Then click next
  • After then find out the embeded code
  • Copy that code 
  • Open your blog-> dashboard-> new post
  • Then click Html button and paste the code there.
  • If some information or background has to be written then click compose and write above blue colored link
  • Write the title 
  • Then save it and view your blog

HAPPY BLOGGING      - Shree Krishna Adhikari

How to make slide-show in blogger through photosnack

  • Go to link photosnack
  •  then sign in with your facebook or google acount
  • drag the pic either your computer or  facebook or picasa where ever as your choice as explained there
  • name the title
  • then do choice the source and click add botton
  • then choose your photo which are used in slide
  • then do setting as your preference
  • then click next
  • then watch your preview and do make correction there and then click finish
  • then click embede botton at right down corner
  • then click use free
  • then copy the code 
  • and in your blog go to dashboard->layout->add widget->select Html/java script-> and paste code in content box and save it and view your blog its ready
HAPPY BLOGGING   By: Shree Krishna Adhikari

Sunday, February 19, 2012

How to get "Find us on Facebook" widget

Its very simple. Follow me as I said ok:
1. Log in your facebook in same browser where you are building your blog
2. Create your facebook page. If already there is no need to create new one.
3. Then click this  link
4. copy your url like this while opening
your facebook page
5. Then paste your page url at "url you like?" box
6.Then at below click "get code"
7. Then click IFRAME in like box
8. Copy the code
9. Go to the dashboard of blog and click layout and click "add a widget"
10. Then find and  HTML/java script in basic gadget.
11. leave the title and paste the code in below box and save it and view your blog.


"HAPPY BLOGGING"

How to link your favourite website on your blog

ब्लग मा कसरी link को  click tag राख्ने?
यसको लागि तपाइले तल दिएको html code copy गर्नुहोला :
<!doctype html>

<style>
h{color:white;}
h{color:white;}
a:link {color:#FF0000;}    /* unvisited link */
a:visited {color:#98bf21;} /* visited link */
a:hover {display:normal;font-weight:bold;color:white;background-color:green;

text-align:center;
padding:4px;
text-decoration:blink;
}   /* mouse over link */
a:active {color:#0000FF;}  /* selected link */
</style>



<h><b>To Visit My Art Gallery</b></h>

<p><b><a href="http://intothefeelings.wordpress.com" target="_blank">Click Here</a></b></p>
<h><b>मेरो कृषि ब्लग Blog: With Agriculture</b></h>
<p><b><a href="http://withagriculture.wordpress.com" target="_blank">Click Here</a></b></p>

</!doctype>
माथि दिइएको code मा http://intothefeelings.wordpress.com र withagriculture.wordpress.com को  ठाउमा तपाइको websiteको link  ले replace  गर्नुहोला . अनि To visit My Art Galleryर To visit my galleryको सट्टामा  आफ्नो blog या website  को पहिचान दिने नाम लेख्नुहोला।